home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / en-US.jar / locale / browser / help / platformStrings.dtd < prev    next >
Text File  |  2006-09-22  |  2KB  |  40 lines

  1. <!-- LOCALIZATION NOTE : This file contains platform-specific strings which
  2.                          occur in large numbers throughout Help docs.
  3.                          Generally, for these strings it's less code to store
  4.                          them here than to hard-code the value of the entity
  5.                          in every place it's used, or using an entity is less
  6.                          confusing than typing a string like the jumbled messes
  7.                          used below for "preference" and derivatives.  Feel free
  8.                          to add more strings here as long as you run them by the
  9.                          Help module owner first (to prevent excessive use of
  10.                          such strings when other methods are preferable). -->
  11.  
  12. <!-- Options -->
  13.  
  14. <!ENTITY pref.menuPath     '<span class="win menuPath">Tools > Options</span><span
  15.                               class="unix menuPath">Edit > Preferences</span><span
  16.                               class="mac menuPath">&brandShortName; > Preferences</span>' >
  17. <!ENTITY pref.singular     '<span class="win">option</span><span
  18.                              class="noWin">preference</span>' >
  19. <!ENTITY pref.plural       '<span class="win">options</span><span
  20.                              class="noWin">preferences</span>' >
  21. <!ENTITY pref.singularCaps '<span class="win">Option</span><span
  22.                              class="noWin">Preference</span>' >
  23. <!ENTITY pref.pluralCaps   '<span class="win">Options</span><span
  24.                              class="noWin">Preferences</span>' >
  25.  
  26. <!-- Keys -->
  27.  
  28. <!ENTITY ctrlKey            '<kbd>Ctrl</kbd>' >
  29. <!ENTITY accelKey           '<kbd class="noMac">Ctrl</kbd><kbd
  30.                              class="mac">Cmd</kbd>' >
  31. <!ENTITY altKey             '<kbd class="noMac">Alt</kbd><kbd
  32.                              class="mac">Opt</kbd>' >
  33. <!ENTITY shiftKey           '<kbd>Shift</kbd>' >
  34. <!ENTITY enterKey           '<kbd class="noMac">Enter</kbd><kbd
  35.                              class="mac">Return</kbd>' >
  36.  
  37. <!-- Image Location Base URL -->
  38.  
  39. <!ENTITY images.baseURL     'http://www.mozilla.org/projects/firefox/help/2.0'>
  40.